home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / combi010.zip / README < prev   
Text File  |  1991-10-25  |  8KB  |  212 lines

  1.                         COMBI-Disk -
  2.                    RAM disk & disk cache
  3.  
  4.  
  5. Preface.
  6. --------
  7.  
  8.         - Why don't You use disk cache?
  9.         - I'd like, but memory constrains prevent me from using it:
  10.           I need more memory for  RAM disk.
  11. -----
  12.         - Why don't You use RAM disk?
  13.         - I'd like, but memory constrains prevent me from using it:
  14.           I need more memory for disk cache.
  15.  
  16. If one of these answers is Yours then COMBI-Disk is for You!
  17. You may hit two targets with a single shot - installing COMBI-Disk You
  18. get a RAM disk and a Disk-Cache at the same time in the SAME area of
  19. extended memory!
  20.  
  21. When You install COMBI-Disk You specify amount of extended memory for it
  22. and You get a RAM disk of the specified size and a Disk-Cache of the
  23. same size. Then when You work with Your PC, You enjoy Disk-Cache which
  24. is not better but not worse than others. Suppose now that You start a
  25. program which needs a disk buffer for temporary storage and tell it to
  26. use RAM disk. Then the program may use the whole amount of the RAM disk's
  27. space (though contracting the size of cache). When it terminates and
  28. deletes temporary files You get back your cache buffer!
  29.  
  30.  
  31. Applications.
  32. ------------
  33.  
  34. Some programs (e.g. compilers, word-processors etc.) need a buffer for
  35. temporary storage, and if the storage is RAM disk then their performance
  36. may be increased few times compared with the case of usage of hard disk
  37. instead. That's why You may sometimes need a RAM disk. But if You use
  38. standard RAM disk (Microsoft (C) RAMDRIVE.SYS or IBM (C) VDISK.SYS or any
  39. other) it often comes out that it stays empty most of the time though
  40. consuming Your extended (expanded) memory. That's why You may wish to
  41. give up using RAM disk or make it less in order to have more memory
  42. for Disk-Cache which is always useful.
  43.  
  44.                 Don't get disappointed!
  45.      COMBI-Disk
  46. is a great solution of this problem! It uses a bit more memory for RAM disk
  47. than is needed to keep all files written into it while all the remaining
  48. memory is used for cache. You need not bother to make this memory larger -
  49. just WRITE Your file(s) into RAM disk, all the rest it does itself! You
  50. need not bother as well to contract RAM disk's size and increase cache
  51. size - just DELETE files from RAM disk and all the released memory will be
  52. used for cache!
  53.  
  54.  
  55. Installation.
  56. ------------
  57.  
  58. COMBI-Disk installation process is quite straightforward, although it
  59. requires some tweaking with the contents of your CONFIG.SYS file.
  60. Copy COMBI.SYS into Your hard-disk and place the following line into Your
  61. CONFIG.SYS file
  62.  
  63.         DEVICE=[drive:][path]COMBI.SYS [size] [/V [sectsize [rootsize]]]
  64.  
  65. where the parameters mean:
  66.  
  67.         "size"       -  the amount of extended memory (Kbytes) You want
  68.                         to use for COMBI-Disk. Minimum is 128K, maximum is
  69.                         32000K. If it is omitted then all available memory
  70.                         is default.
  71.  
  72.         "sectsize"   -  sector size of You RAM disk - 128, 256, 512 bytes
  73.                         allowed, default is 512 bytes.
  74.  
  75.         "rootsize"   -  number of files You want RAM disk to be capable
  76.                         to keep in ROOT directory (default is 64). This
  77.                         number may be adjusted by COMBI-Disk depending on
  78.                         sector size.
  79.  
  80.  
  81. System requirements.
  82. -------------------
  83.  
  84.         1. 80x86 based machine with extended memory.
  85.         2. DOS 3.30+.
  86.         3. Extended memory manager which supports XMS 2.0 specifications
  87.            (Microsoft (C) HIMEM.SYS or Quarterdeck (C) QEMM.SYS will do).
  88.  
  89.  
  90. Installation messages.
  91. ---------------------
  92.  
  93. COMBI-Disk: Incorrect DOS version
  94.  
  95.              -  COMBI-Disk may work only under DOS 3.3 or higher.
  96.                 COMBI-Disk is not installed.
  97.  
  98. COMBI-Disk: Extended Memory Manager not present
  99.  
  100.              -  COMBI-Disk needs XMM driver. Check that Your XMM driver
  101.                 is installed before COMBI-Disk.
  102.                 COMBI-Disk is not installed.
  103.  
  104. COMBI-Disk: Invalid parameter
  105.  
  106.              -  You have specified invalid parameter in command line.
  107.                 Check Your CONFIG.SYS file.
  108.                 COMBI-Disk is not installed.
  109.  
  110. COMBI-Disk: No hard drives on system
  111.  
  112.              -  COMBI-Disk's cache works only with hard-disks, so if
  113.                 You have no hard-disks installed there is no reason in
  114.                 using COMBI-Disk.
  115.                 COMBI-Disk is not installed.
  116.  
  117. COMBI-Disk: No extended memory available
  118.  
  119.              -  All Your extended memory is used by some other programs
  120.                 or less than 128K is available.
  121.                 COMBI-Disk is not installed.
  122.  
  123. COMBI-Disk: Error in extended memory allocation
  124.  
  125.              -  An error encountered when COMBI-Disk tried to allocate
  126.                 extended memory.
  127.                 COMBI-Disk is not installed.
  128.  
  129. COMBI-Disk: RAM disk & disk cache
  130. Copyright (C) by Vadim V. Vlasov, Moscow, 1991.
  131.        Version 0.10
  132.  
  133.              -  COMBI-Disk is installed and its parameters are following.
  134.  
  135.     Creating virtual drive ?:     - ? stands for drive letter of Your
  136.                                       RAM disk.
  137.     Total size: xxxxK in Extended Memory
  138.                                   -   the size of RAM disk.
  139.  
  140.     Number of root directory entries: xxx
  141.                                   -  maximum number of files in root
  142.                                      directory.
  143.  
  144.     Cluster size: xxx sectors     -  number of sectors in allocation unit.
  145.  
  146.     Sector size : xxx bytes       -  sector size.
  147.     Cache: room for xxx tracks of xxx sectors each
  148.                                   -  size of disk-cache.
  149.  
  150.  
  151. Possible errors.
  152. ---------------
  153.  
  154.         Sector not found - You tried to read a sector which does not
  155. contain any valid data (You haven't written into it yet or have already
  156. deleted the file that occupied this sector).
  157.  
  158. Warning! Once a file is deleted from RAM disk, it might not be correctly
  159. unerased by any means. It's data is lost immediately.
  160.  
  161.         Other errors indicate that either COMBI-Disk internal data tables
  162. are corrupt (e.g. overwritten by other program) or error in XMM driver
  163. encountered.
  164.  
  165.  
  166. General information.
  167. -------------------
  168.  
  169. The very first beta version of COMBI-Disk was version 0.01. In this 
  170. version (0.10) two minor bugs have been fixed: 
  171.         A. COMBI-Disk v.0.01 refused to work under DOS 3.30 - not 
  172.            just it couldn't but only refused.
  173.         B. Device return codes were corrected.
  174. No any serious bugs were discovered yet.
  175.  
  176. If You have any questions, comments or find out any problems with its  
  177. usage please contact:
  178.  
  179.         Vadim V. Vlasov,
  180.         Inst. for Nuclear Research of the USSR Acad. Sci.,
  181.         60th October Anniversary prospect, 7a,
  182.         117312, Moscow, USSR
  183.  
  184.         phone:    Moscow (USSR), 133-6533
  185.  
  186.         Internet: vvlasov@inucres.msk.su
  187.  
  188.  
  189. Future versions will include:
  190.         EMS support,
  191.         maybe faster performance,
  192.         other features depending on Your suggestions.
  193.  
  194. License.
  195. -------
  196.  
  197.    Copyright (C) 1991 by Vadim V. Vlasov, All Rights Reserved.
  198.  
  199. You are free to use, copy and distribute COMBI-Disk for
  200. noncommercial use if:
  201.  
  202.         no fee is charged for use, copying or distribution.
  203.  
  204.         it is distributed together with this README file
  205.  
  206.         it is not modified in any way.
  207.  
  208.    Note:
  209.    This program  is provided  AS IS without any warranty, expressed or
  210.    implied, including  but not  limited to  fitness for  a  particular
  211.    purpose.
  212.